home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / uupc11ys.zip / LIB / ARBMATH.H < prev    next >
Text File  |  1992-11-27  |  414b  |  16 lines

  1.  
  2. void mult(unsigned char *number,
  3.       const unsigned range,
  4.       const unsigned digits);
  5.  
  6. void add(unsigned char *number,
  7.       const unsigned range,
  8.       const unsigned digits);
  9.  
  10. boolean adiv( unsigned char *number,
  11.              const unsigned divisor,
  12.                    unsigned *remain,
  13.              const unsigned digits);
  14.  
  15. #define MAX_DIGITS 20         /* Number of digits for arb math */
  16.